Esx Settings Clusters Software Reports ImageHostDetails
The Esx Settings Clusters Software Reports ImageHostDetails schema contains details about the image and the list of hosts on which it will be applied.
This schema was added in vSphere API 9.0.0.0.
{
"image": {
"display_name": "string"
},
"hosts": [
"string"
]
}
This property was added in vSphere API 9.0.0.0.
missing or null
for the default image.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.